GrapeCity.CalcEngine.Functions Namespace > CalcCoupDaysFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 3 - 4 items: settlement, maturity, frequency, [basis].
Settlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
Maturity is the security's maturity date. The maturity date is the date when the security expires.
Frequency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
Basis is the type of day count basis to use.
'Usage Dim instance As CalcCoupDaysFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 3 - 4 items: settlement, maturity, frequency, [basis].
Settlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
Maturity is the security's maturity date. The maturity date is the date when the security expires.
Frequency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
Basis is the type of day count basis to use.
Target Platforms: Windows Server 2012, Windows RT